HttpHeaders.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(string name, string value) opeartions)
  2. int opApply(int delegate(HTTPHeaderCode code, string name, string value) opeartions)
    struct HttpHeaders
    int
    opApply
    (
    scope int delegate
    (
    HTTPHeaderCode code
    ,
    string name
    ,
    string value
    )
    opeartions
    )

Meta